﻿ /*首页*/
.godown {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    z-index: 998;
    margin-left: -25px;
}
.godown a {
    color: #fff;
    display: block;
    text-align: center;
    width: 50px;
} 

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
} 
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
 
 .title_h2 {
 	font-size: 24px;
 	line-height: 1;
 	padding: 65px 0 25px;
 }
 
 .ind_banner .slick-prev,
 .ind_banner .slick-next {
 	display: none !important;
 }
 
 .ind_banner .slick-dots {
 	bottom: 15px;
 }
 
 .index_1 {
 	position: relative;
 	background-size: cover !important;
 	height: 760px;
 }
 
 .index_1 .wrap {
 	position: relative;
 	height: 100%;
 	z-index: 10;
 	top: 0;
 }
 
 .index_1 .wrap .tit {
 	position: absolute;
 	width: 400px;
 	height: 250px;
 	right: 50px;
 	text-align: right;
 	color: #fff;
 	top: 50%;
 	margin-top: -125px;
 	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
 	behavior: url(css/PIE.htc);
 }
 
 .index_1 .wrap .tit h2 {
 	line-height: 1.2;
 	font-size: 48px;
 	padding-bottom: 20px;
 }
 
 .index_1 .wrap .tit p {
 	line-height: 1.5;
 	font-size: 12px;
 }
 
 
 /*	2019.12.05 - lyc	start*/
 
 .header .nav .logo {
 	padding-right: 10px;
 }
 
 .header .navList li {
 	min-width: auto;
 }
 
 .header .navList li .one {
 	padding: 0px 10px 0 25px;
 }
 /*	2019.12.05 - lyc	end*/
 
 @media only screen and (min-width:1279px) {
 	
 	.index_1 {
 		overflow: hidden;
 	}
 	.index_1 .wrap .tit {
 		transform: translateX(80px);
 		-webkit-transform: translateX(80px);
 		transition: 0.8s;
 		-webkit-transition: 0.8s;
 		opacity: 0;
 	}
 	.index_1.on .wrap .tit {
 		opacity: 1 !important;
 		transform: translateX(0px);
 		-webkit-transform: translateX(0px);
 	}
 	@keyframes rot {
 		0% {
 			transform: rotate(0deg);
 			-webkit-transform: rotate(0deg);
 		}
 		25% {
 			transform: rotate(5deg);
 			-webkit-transform: rotate(5deg);
 		}
 		50% {
 			transform: rotate(-5deg);
 			-webkit-transform: rotate(-5deg);
 		}
 		75% {
 			transform: rotate(5deg);
 			-webkit-transform: rotate(5deg);
 		}
 		100% {
 			transform: rotate(0deg);
 			-webkit-transform: rotate(0deg);
 		}
 	}
 	@-webkit-keyframes rot {
 		0% {
 			transform: rotate(0deg);
 			-webkit-transform: rotate(0deg);
 		}
 		25% {
 			transform: rotate(5deg);
 			-webkit-transform: rotate(5deg);
 		}
 		50% {
 			transform: rotate(-5deg);
 			-webkit-transform: rotate(-5deg);
 		}
 		75% {
 			transform: rotate(5deg);
 			-webkit-transform: rotate(5deg);
 		}
 		100% {
 			transform: rotate(0deg);
 			-webkit-transform: rotate(0deg);
 		}
 	}
 }
 
 @media only screen and (max-width:1279px) {
 	.index_1 {
 		height: 500px;
 	}
 	.index_1 .wrap .tit h2 {
 		font-size: 36px;
 	}
 	
 }
 
 @media only screen and (max-width:1024px) {
 	.index_1 {
 		height: 400px;
 	}
 	.index_1 .wrap .tit {
 		position: static;
 		padding: 1.4rem 0;
 		margin: 0 auto;
 		width: auto;
 		text-align: center;
 		height: auto;
 	}
 	.index_1 .wrap .tit h2 {
 		font-size: 30px;
 	}
 	.index_1 .wrap .tit p {
 		text-align: justify;
 	}
 	.index_1 .wrap .tit p br {
 		display: none;
 	}
 
 }
 
 @media only screen and (max-width:1023px) {
 	
 }
 
 @media only screen and (max-width:750px) {
 	.index_1 .wrap .tit h2 {
 		font-size: 0.4rem;
 		padding-bottom: 0.2rem
 	}
 	.ind_banner .index_1 {
 		min-height: 4rem;
 		height: 4rem;
 	}
 	 
 }
 
 @media only screen and (max-width:640px) {}
 
 @media only screen and (min-width:1024px) {
 	.transition {
 		opacity: 0;
 		-webkit-transition: opacity 2s, transform 2s;
 		-webkit-transition: opacity 2s, -webkit-transform 2s;
 		transition: opacity 2s, -webkit-transform 2s;
 		transition: opacity 2s, transform 2s;
 		transition: opacity 2s, transform 2s, -webkit-transform 2s;
 	}
 	.translateX-100 {
 		-webkit-transform: translateX(-100%);
 		transform: translateX(-100%);
 	}
 	.translateX_100 {
 		-webkit-transform: translateX(100%);
 		transform: translateX(100%);
 	}
 	.translateY-100 {
 		-webkit-transform: translateY(-100px);
 		transform: translateY(-100px);
 	}
 	.translateY_100 {
 		-webkit-transform: translateY(100px);
 		transform: translateY(100px);
 	}
 	.show .transition {
 		opacity: 1;
 		-webkit-transform: translate(0, 0);
 		transform: translate(0, 0);
 	}
 }
 
 /*标题*/
 .mainTitle {
 	width: 100%;
 	max-width: 1200px;
 	line-height: 60px;
 	min-height: 10px;
 	overflow: hidden;
 	margin: 0 auto;
 	text-align: center;
 	font-size: 40px;
 	color: #333; 
 	padding: 65px 0 0;
 }
.mainTitle .mainBrandTitlediv{
 	display: inline-block; 
 	background-image: linear-gradient(to bottom, rgba(255,255,225,0) 50%, #e2fbff 0);
 	padding: 0 30px;
 		 
 }
 .mainTitle span{
 	color: #cacaca;
 }
.mainTitle span:first-child{
 	color: #333;
 }
 
.mainTitle p a{ font-size:16px; color:red; font-weight:600;}
 
 /*轮播图*/
 /*常识 类型  特色*/
.mainKnowledge {
 	width: 1200px;
 	padding-top: 90px;
 	margin: 0 auto;
 }
 
 .mainKnowledge .li {
 	float: left;
 	width: 46%;
 	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
 	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
 	behavior: url(css/PIE.htc);
 	margin: 0 20px;
 }
 .mainKnowledge .li2{
 	/*margin-top: 50px;*/
 }
 
 .mainKnowledge .li .con {
 	height: auto;
 	background: #fff;
 }
 
 .mainKnowledge .li .tit {
 	padding: 0;
 }

 .mainKnowledge .li .tit h3 {
 	font-size: 20px;
 	line-height: 65px;
 	padding: 10px 0;
 	background: #1fb9df;
 	text-align: center;
 	color: #fff;
 	height: 65px;
 }
 
 .mainKnowledge .li .tit h3 a.fr {
 	float: right;
 	font-size: 12px;
 	line-height: 24px;
 	transition: all 0.3s;
 	-webkit-transition: all 0.3s;
 	width: 90px;
 	border: 1px solid #eee;
 	border-radius: 10px;
 	text-align: center;
 	color: #474747;
 }
 
 .mainKnowledge .li .tit h3 a.fr:hover {
 	background: #01763a;
 	color: #fff;
 	border-color: #01763a;
 }
 
 .mainKnowledge .li .tit ul {	 
 	padding: 0 35px;
 }
 
 .mainKnowledge .li li {
 	line-height: 75px;
 	border-bottom: 1px solid #dceff3;
 	font-size: 16px;
 	text-align: center;
 }
 
 .mainKnowledge .li .conul2 h3 {
 	background: #ffb516;
 }
 
 .mainKnowledge .li .conul3 h3 {
 	background: #1ccbba;
 }
 
 .mainKnowledge .li .conul2 li {
 	line-height: 92px;
 }
 
 .mainKnowledge .li .conul3 li {
 	line-height: 65px;
 }
 
 .mainKnowledge .li li a {
 	/*display: block;*/
 }
  
 
 .mainKnowledge .li .img {
 	padding-bottom: 57%;
 	position: relative;
 }
 
 .mainKnowledge .li .img a {
 	position: absolute;
 	width: 100%;
 	height: 100%;
 	top: 0;
 	left: 0;
 }
 
 .mainKnowledge .li img {
 	display: inline-block;
 	width: 35px;
 	margin: -4px 10px 0;
 }
 
 .mainKnowledge .li span {
 	display: inline-block;
 	line-height: 40px;
 }
  .mainKnowledge .li b {
 	display: inline-block;
 	line-height: 40px;
 }
 line-height: 40px;

.mainKnowledge .li1 .tit ul li{
	border-bottom: 1px solid #dceff3;
  
 }
 .mainKnowledge .li1 .tit ul li a:hover{
 	color: #1fb9df;
 }
 .mainKnowledge .li2 .tit ul li{
	border-bottom: 1px solid #f0e8c6;  
 }
 .mainKnowledge .li2 .tit ul li a:hover{
 	color: #ffb515;
 }
 .mainKnowledge .li3 .tit ul li{
	border-bottom: 1px solid #d9f0e4;  
 }
  .mainKnowledge .li3 .tit ul li a:hover{
 	color: #1cccba;
 }
  .mainKnowledge .li li:last-child {
 	border-bottom: 0!important;
 }
 .mainKnowledge .li li:last-child a{
 	color: #999;
 }
  .mainKnowledge .li li:last-child a img{
  	    width: 12px;
  	    height: 10px;
    	margin-top: 0px;
  }
 .mainKnowledge .li1 .oneli {
 	background: url(../images/index_icon016.png) no-repeat 0 bottom;
 	background-size: contain; 	
 }
 .mainKnowledge .li2 .oneli {
 	background: url(../images/index_icon017.png) no-repeat 0 bottom;
 	background-size: contain;  	
 }
 .mainKnowledge .li3 .oneli {
 	background: url(../images/index_icon018.png) no-repeat 0 bottom; 	
 	background-size: contain; 
 }
 
 .mainKnowledge .li1 .tit ul li:hover {
 	background: url(../images/index_icon016.png) no-repeat 0 bottom; 
 	background-size: contain; 
 }
  .mainKnowledge .li2 .tit ul li:hover{
 	background: url(../images/index_icon017.png) no-repeat 0 bottom; 
 	background-size: contain; 
 }
  .mainKnowledge .li3 .tit ul li:hover{
 	background: url(../images/index_icon018.png) no-repeat 0 bottom; 
 	background-size: contain; 
 }
 .mainKnowledge .li1 .tit ul li:last-child:hover{
 	background: none; 
  	
  }
  .mainKnowledge .li2 .tit ul li:last-child:hover{
 	background: none; 
  	
  }
  .mainKnowledge .li3 .tit ul li:last-child:hover{
 	background: none; 
  	
  }
 /*品牌故事*/
 
 .mainBrand {
 	margin: 0 auto;
 	height: 800px;
 	background: url(../images/indexImg02.jpg) no-repeat;
 	/*background-size: contain;*/
 	/*padding-top: 40px;*/
 	
 }
 

 .mainBrandButtom {
 	width: 1100px;
 	margin: 0 auto;
 	min-height: 10px;
 	padding: 0px 100px 0 0;
 	overflow: hidden;
 }
 
 .Brandcen {
 	width: 50%;
 	padding: 30px 5%;
 	 text-align:justify;
 }
 .Brandcen .BrandcenTopImg{
 	display: none;
 }
 .Brandcen h4 {
 	width: 100%;
 	line-height: 160px;
 	font-size: 26px;
 	margin-top: 70px;
 	/*font-weight: bold;*/
 	color: #333;
 		overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
 	/*margin: 50px 0 20px;*/
 }
 
 .Brandcen .Brandcentext {
 	width: 100%;
 	    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 180px;
        line-height: 28px;
 }
 
 .Brandcen .Brandcentext p {
 	line-height: 30px;
 	font-size: 16px;
 }
  .Brandcen .Brandcentext h2{display: none;}
  .Brandcen .Brandcentext p img{display: none;}
  .Brandcen .Brandcentext p:first-child{display: none;}
  
  
 .Brandcen a {
 	border: 1px solid #333;
 	text-align: center;
 	line-height: 30px;
 	display: block;
 	margin-top: 20px;
 	width: 20%;
 }
 
 .Brandcenimg {
 	width: 35%;
 }
 
 .Brandcenimg img {
 	width: 100%;
 }
 /*热点关注*/
 
 .mainHotspot {
 	background: #fff; 
 }
 .mainHotspotBottom {
 	margin: 30px auto 0;
 	width: 100%;
 	max-width: 1200px;
 	min-height: 10px;
 	overflow: hidden;
 }
 
 .Hotspotimg {
 	width: 470px;
 	padding: 0 15px;  	 
 	position: relative;
 }
 .HotspotArea{
 	width: 410px;
 	height: 170px;
 	background: #caf1dc;
 	text-align: center;
 	margin: 0 auto;
 	padding: 95px 0 0 0;
 }
  .HotspotArea dl {
  	min-height: 10px;
  	overflow: hidden;
  }
 .HotspotArea dl dd{ 
 	text-align: left;
 	margin: 0 auto;
 	/*margin-left: 15px;*/
 	height: 76px;
 	width: 50%;
 	float: left;
 	
 }
  .HotspotArea dl dd h2{
  	font-size: 22px;
  	    font-size: 22px;
    line-height: 54px;
    padding-left: 15px;
  }
  .HotspotArea dl dd a{
  	font-size: 16px;
    padding-left: 15px;
  }
 .HotspotArea dl dt{
 	width: 49%;
 	float: left; 	 
 	height: 76px;
 	text-align: right;
 }
 .swiper3{
  display: flex;
 }
 .HotspotArea dl dt img{
  
 	width: 76px;
 	height: 76px;
 }
 .HotspotVideo{
  width: 50%;
  text-align: right;
 }
 .HotspotVideo img{
  margin-top: 30px;
  width: 61%;
 }
 
 .Hotspotlist {
 	width: 1000px;
 }
 
 .Hotspotlist li {
 	width: 46%;
    min-height: 52px;
    line-height: 26px;
    float: left;
    margin-bottom: 10px;
    margin-left: 4%;
    font-size: 16px;
 }
 .Hotspotlist li i{
 	background: #ff3300;
 	color: #fff;
 	font-size: 14px;
 	padding: 0 5px;
 	margin-right: 10px;
 	 float: left;
    display: inline-block;
    line-height: 20px;
    margin-top: 5px;
 }
 .Hotspotlist li a {
 	    float: left;
    display: inline-block;
    width: 80%;
    	    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
 }
 
 /*医生团队*/
 
 .mainTeam {
 	width: 100%;
 	margin: 0 auto;
 }
  
  .mainTeam .mainTitle{
  		background: #fff;
  	    padding: 30px 0 0;
  }
 .mainTeam .mainTitleText{
 	line-height: 60px;
 	background: #fff;
 	text-align: center;
 	width: 100%;
 	max-width: 1200px;
 	margin: 0 auto;
 	padding-bottom: 35px;
 	color: #999;
 	font-size: 16px;
 }
 .mainTeam .mainTeamlist {
 	width: 100%;
 	max-width: 1200px;
 	margin: 0 auto;
 	background: #fff;
 }
 
 .mainTeam .maintitle h3 {
 	width: 100%;
 }
 
 .mainTeamBottom {
 	min-height: 10px;
 	overflow: hidden;
 	position: relative;
 	/*padding-bottom: 50px;*/
 }
 .mainTeamBottom .box_wheel {
	width: 95%;	 
	margin: 0 auto;
	overflow: hidden;
}	
		 	  		
 .mainTeamBottom .tabTitle::-webkit-scrollbar {
	display: none;
}
 .mainTeamBottom ul {
 	text-align: center;
 	margin: 0 auto;
 	min-height: 10px;
 	overflow: hidden;
 	width: 85%; 
 }
 
 .mainTeamBottom ul li {
 	float: left;
 	width: 285px;
 	margin: 0 48px;
 	padding: 10px 0 20px;
 }
 
 .mainTeamImg {
 	width: 100%;
 	max-height: 285px;
 	position: relative;
 	overflow: hidden;
 }
 
 .mainTeamImg>a {
 	display: block;
 	width: 100%;
 	height: 100%;
 }
 
 .mainTeamImg>a img {
 	/*position: absolute;*/
 	display: block;
 	width: 100%;
 	height: 100%;
 	top: 0;
 	left: 0;
 }
 
 .mainTeamImg .mainTeamtit {
 	position: absolute;
 	width: 100%;
 	left: 0%;
 	text-align: center;
 	top: 345px;
 	height: 100%;
 	color: #333;
 	z-index: 9;
 	background: rgba(172, 227, 248, 0.8);
 }
 
 .mainTeamImg .mainTeamtit h3 {
 	margin: 95px 0 10px;
 	padding: 0 5%;
 	color: #333;
 	font-size: 20px;
 }
 
 .mainTeamImg .mainTeamtit p {
 	line-height: 24px;
 	padding: 0 10%;
 	text-align: left;
 	margin-bottom: 30px;
 	color: #333;
 	font-size: 14px;
 	    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
 }
 
 .mainTeamImg .mainTeamtit span {
 	margin-top: 20px;
 	font-size: 14px;
 	padding: 0 5%;
 	color: #333;
 }
 
 .mainTeamImg>a:hover .mainTeamtit {
 	top: 0;
 	transition: all 0.7s;
 	-webkit-transition: all 0.7s;
 }
 
 .mainTeamImg img {
 	width: 95%;
 }
 
 .mainTeamName {
 	width: 100%;
 	line-height: 50px;
 	font-size: 16px;
 }
 
 .mainTeamName b {
 	font-weight: bold;
 	color: #333;
 }
 
 .mainTeamName span {
 	color: #333;
 }
 
 .mainTeamBtn {
 	width: 100%;
 	text-align: center;
 	margin: 0 auto 0;
 }
 
 .mainTeamBtn a {
 	display: inline-block;
 	border: 1px solid #333;
 	text-align: center;
 	font-size: 14px;
 	width: 30%;
 	margin: 0 5%;
 	line-height: 28px;
 }
 
 .mainTeamBottom .swiperBtn {
 	width: 23px;
 	height: 43px;
 	position: absolute;
 	top: 50%;
 	margin-top: -22px;
 	text-align: center;
 	z-index: 99;
 }
 
 .mainTeamBottom .swiperBtnLe {
 	left: 5px; 
 }
 
 .mainTeamBottom .swiperBtnRh {
 	right: 5px;
 }
 /*16年专利应用-专利*/
 
 .mainPatent {
 	background: #fff; 
 }
 
 .mainPatent h3 {
 	font-size: 30px;
 	padding-top: 50px;
 } 
 
 .mainPatentBotton {
 	width: 100%;
 	max-width: 1200px;
 	margin: 0 auto;
 	min-height: 10px;
 	overflow: hidden;
 }
 
 .mainPatentBotton .patentul {
 	width: 28%;
 	margin: 0 5%;
 	padding: 50px 3% 30px;
 }
 
 .mainPatentBotton .patentul li {
 	line-height: 100px;
 	margin-bottom: 35px; 
 	font-size: 20px;
 	text-align: center;
 	border-radius: 3px;
 	position: relative;
 }
 .mainPatentBotton .patentul li a{
 	display: block;
 	color: #333;
 }
 .mainPatentBotton .patentul li a i{
 	display: inline-block;
 	width: 37px;
 	height:37px; 
 	position: absolute;
 	right: -19px;
 	top: 31px;
 	background: url(../images/index_icon020.png) no-repeat;
 	 background-size: contain;
 	display: none;
 }
 .mainPatentBotton .patentul li a span{
 	display: inline-block;
 	width: 64px;
 	height: 64px;
 	float: left;
 	margin-top: 19px;
 	margin: 19px 0 0 20px; 	
 }
 
.mainPatentBotton .patentul li a .hoverlispan1{
	background: url(../images/index_icon07.png) no-repeat;
	    background-size: contain;
}
.mainPatentBotton .patentul li a .hoverlispan2{
	background: url(../images/index_icon08.png) no-repeat;
	    background-size: contain;
}
.mainPatentBotton .patentul li a .hoverlispan3{
	background: url(../images/index_icon09.png) no-repeat;
	    background-size: contain;
}
.mainPatentBotton .patentul li a .hoverlispan4{
	background: url(../images/index_icon010.png) no-repeat;
	    background-size: contain;
}
.mainPatentBotton .patentul li:hover{
	background: #1cccba;
}
.mainPatentBotton .patentul li:hover a{
	color: #fff;
}
.mainPatentBotton .patentul li:hover span{
	background: url(../images/index_icon06.png) no-repeat;
	background-size: contain;
}
 
 .mainPatentBotton .patentul li:hover a i{
 	display: block;  
 }
 
 
 .mainPatentBotton .patentul .hoverli {
 	background: #1cccba; 
 }
 
 .mainPatentBotton .patentul .hoverli a span{
	background: url(../images/index_icon06.png) no-repeat;
	background-size: contain;
}
  .mainPatentBotton .patentul .hoverli a{
	color: #fff;
}
 .mainPatentBotton .patentul .hoverli a i{
 	display: block;  
 }
	



 .analysis {
 	width: 50%;
 	margin-right: 5%;
 	margin-top: 40px;
 }
.analysis .analysisShow{
  text-align: center;
 	display: none;
 }
.analysis .analysisShowOn{
 	display: block;
 }
 
 .analysisimg {
 	width: 100%;
 	max-height: 600px;
    display: block;  
    box-sizing: border-box;
    position: relative;
    overflow: hidden; 
 	margin-bottom: 15px;
 }
 
   
.analysisimg:before {
    display: block;
    padding-top: 100%;
    content: '';
}
.analysisimg img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    border-style: none;
    vertical-align: middle;
    border-radius: 5px;
    border: 1px solid #fff;
    box-sizing: border-box;
}

  
  
  
  
  
  
  
  
  
  
  
  
  
 .analysish4 {
 	line-height: 50px;
 	font-size: 18px;
 	color: #333;
 }
 
 .analysis p {
 	line-height: 24px;
 	margin-bottom: 15px;
 	font-size: 16px;
 }
 
 .analysis a {
 	color: #6cc9bf;
 	font-size: 16px;
 }
 /*新闻*/
 
 .mainNews {
 	/*height: 650px;*/
 	background: #fff;
 	/*padding: 55px 0 0px;*/
 	min-height: 1px; overflow: hidden;
 }
 
 .mainNews dl {
 	width: 1140px;
 	margin: 0 auto;
 	min-height: 10px;
 	overflow: hidden;
 	padding: 0 30px; 
 }
 
 .mainNews dl dd {
 	width: 100%;
 }
 
 .mainNews .mainNewsTop {
 	width: 80%;
 	padding-left: 20%;
 	padding-bottom: 30px;
 	border-bottom: 1px dashed #eee;
 	position: relative;
 }
 
 .mainNewsTag {
 	position: absolute;
 	left: 0;
 	top: 9px;
 	width: 15%;
 }
 
 .mainNewsTag img {
 	width: 100%;
 }
 
 .mainNews dl dd h2 {
 	line-height: 40px;
 	font-size: 18px;
 }
 .mainNews dl dd h2  .tuijie{
 	background: #ff3300;
 	font-size: 14px;
 	color: #fff;
 	padding: 1px 5px;
 	font-style: italic;
 	margin-right: 5px;
 }
 .mainNews dl dd p {
 	line-height: 24px;
 	font-size: 14px;
 	color: #666;
 	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
 }
 
 .mainNews dl dd ul li {
 	line-height: 60px;
 	border-bottom: 1px dashed #eee;
 	font-size: 16px;
 	list-style:disc;
 }
 
 .mainNews dl dd ul li a {
 	width: 80%;
 	/*line-height: 60px;
 	height: 60px;*/
 	float: left;
 	display: inline-block;
 	overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
 }
 
 .mainNews dl dd ul li span {
 	width: 20%;
 	text-align: right;
 	display: inline-block;
 }
  .mainNews dl dd ul li b {
 	margin-right: 5px;
 	font-size: 8px;
 	    font-weight: 100;
 }
 
 .mainNews dl dt {
 	width: 45%;
 	padding: 0 0 0 5%;
 }
 
  
 .NewsArea{
 	width: 519px;
 	height: 130px;
 	background: #faeee2;
 	text-align: center;
 	margin: 0 auto; 
 	padding: 50px 0 0 0;
 }
  .NewsArea .NewsAreaTop {
    margin-top: 20px;
  	min-height: 10px;
  	overflow: hidden;
  }
 .NewsArea .NewsAreaTop .NewsAreaB{ 
 	text-align: left;
 	margin: 0 auto;
 	/*margin-left: 15px;*/
 	height: 80px;
 	width: 50%;
 	float: left;
 	
 }
  .NewsArea .NewsAreaTop .NewsAreaB h2{
  	font-size: 22px;
  	    font-size: 22px;
    line-height: 54px;
    padding-left: 15px;
  }
  .NewsArea .NewsAreaTop .NewsAreaB a{
  	font-size: 16px;
    padding-left: 15px;
  }
 .NewsArea .NewsAreaTop .NewsAreaT{
 	width: 33%;
 	float: left; 	 
 	/*height: 76px;*/
 	text-align: right;
 }
 .NewsArea .NewsAreaTop .NewsAreaT img{
  
 	width: 76px;
 	height: 76px;
 }


.NewsButtom{width: 100%;min-height: 1px; overflow: hidden;z-index: 9;margin-top: 15px;}
.NewsButtom a{display: block;float: left;width: 50%;}
.NewsButtom a img{width: 100%;}
  
   
 
 /*12家诊疗中心*/
 .mainTreatment .mainTitlehide{display:block;}
 .mainTreatment .mainTitleshow{display: none;}	
 .mainTreatment {
 	min-height: 10px;
 	overflow: hidden;
 	padding: 0 0 60px;
 	background: #fff;
 }
 
 .mainTreatment h3 {
 	font-size: 30px;
 	padding-top: 30px;
 }
 
 .mainTreatment .mainTreatmentlist {
 	width: 100%;
 	max-width: 1200px;
 	min-height: 10px;
 	/*overflow: hidden;*/
 	margin: 45px auto;
 }
 
 .treatListli {
 	width: 15%;
 	padding: 0 2.5%;
 	/*margin-right: 0.5%;*/
 }
 
 .treatListli:last-child {
 	margin-right: -0.5%;
 }
 
 .treatListli li {
 	line-height: 62px;
 	background: #e5e5e5;
 	width: 80%;
 	margin: 0 auto 12px;
 	text-align: center;
 	font-size: 16px;
 	border-radius: 3px;
 	position: relative;
 }
  
 .treatListli li a{
 	display: block;
 	color: #333;
 }
 .treatListli li a i{
 	display: inline-block;
 	width: 24px;
 	height: 24px;
 	position: absolute;
 	right: -12px;
 	top: 22px;
 	background: url(../images/index_icon020.png) no-repeat;
 	background-size: 100%;
 	display: none;
 }
 .treatListli2  li a i{
 	right: none;
 	left: -12px;
 	background: url(../images/index_icon022.png) no-repeat;
 	background-size: 100%;
 }
 .treatListli li a span{
 	    display: inline-block;
    width: 37px;
    height: 37px;
    float: left;
    margin-top: 19px;
    margin: 10px 0 0 15px;
    background: url(../images/index_icon012.png) no-repeat;
    display: none;	
 }
  
.treatListli li:hover{
	background: #1cccba;
}
.treatListli li:hover .treatlisuba{
	color: #fff;
}
.treatListli li:hover span{
	display: inline-block;
}
 
.treatListli li:hover .treatlisuba i{
 	display: block;  
 }
 
 
.treatListli .hoverli {
 	background: #1cccba; 
 }
 
.treatListli .hoverli a span{
	display: inline-block;
}
  .treatListli .hoverli .treatlisuba{
	color: #fff;
}
 .treatListli .hoverli .treatlisuba i{
 	display: block;  
 }
 
 
 
 
 
 
 .treatListli .treatListlilach{
 	background:none;
 	color: #079d8e;
 }
 .treatListli .treatListlilach:hover{
 	background:none;
 	color: #079d8e;
 }

 
 .treaListCen {
 	width: 60%;
 	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
 	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
 	behavior: url(css/PIE.htc);
 }
 .treaListCen dl{
 	display: none;
 }
 .treaListCen .dlHover{
 	display: block;
 }
 
 .treaListCen dt {
 	width: 60%;
 	height: 515px;
 	position: relative;
 }
 .treaListCen dt img{
 	/*position: absolute;
 	top: -25px;
 	left: 0;*/
 	width: 100%;
 }
 .treaListCen dd {
 	margin: 0 auto;
 	text-align: center;
 	width: 40%;
 }
 
 .treaListCen dd h2 {
 	font-size: 28px;
 	margin: 0 auto;
 	text-align: center;
 	margin-top: 30%;
 	line-height: 60px;
 }
 
 .treaListCen dd p {
 	line-height: 45px;
 	text-align: center;
 	font-size: 18px;
 }
 
 .treaListCen dd .hao {
 	background: #1ccbba;
 	width: 120px;
 	height: 65px; 
 	margin: 20px auto 20px;
 	color: #fff;
 	font-size: 40px;
 	line-height: 65px;
 }
 
 .treaListCen dd .yuyue {
 	border: 1px solid #333;
 	width: 55%;
 	margin: 0 auto;
 	line-height: 40px;
 	font-size: 16px;
 }
 
 .treatListli .treatlihide{
	display: none;
}

 
 
 /*蜕变者说*/
 
 .mainDepolar {
 	width: 100%;
 	margin: 0 auto 20px;
 	background: #fff;
 }
 
 .mainDepolar .depolarlist {
 	min-height: 10px;
 	overflow: hidden;
 }

 .mainDepolar .depolarlist li {
 	width: 16%;
 	position: relative;
 	behavior: url(css/PIE.htc);
 	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
 	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
 }
 
 .mainDepolar .depolarlist li>a {
 	display: block;
 	padding-bottom: 88.3%;
 }
 
 .mainDepolar .depolarlist li>a img {
  padding: 10px 10px 10px 10px;
 	position: absolute;
 	display: block;
 	width: 100%;
 	height: 100%;
 	top: 0;
 	left: 0;
 }
 
 .mainDepolar .depolarlist .tit {
 	position: absolute;
 	width: 100%;
 	left: 0;
 	text-align: center;
 	top: 360px;
 	height: 100%;
 	color: #fff;
 	z-index: 9;
 	background: rgba(28, 203, 186, 0.6);
 }
 
 .mainDepolar .depolarlist li>a:hover .tit {
 	top: 0;
 	transition: all 0.7s;
 	-webkit-transition: all 0.7s;
 }
 
 .mainDepolar .depolarlist .tit h3 {
 	font-size: 18px;
 	line-height: 1.5em;
 	/*height: 1.5em;*/
 	margin: 3em auto 10px;
 }
 
 .mainDepolar .depolarlist .tit p {
 	width: 80%;
 	margin: 0 auto 10px;
 	line-height: 24px;
 	text-align: left;
 	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
 }
 
 .mainDepolar .depolarlist .tit span {
 	font-size: 12px;
 	line-height: 1;
 	display: block;
 }
  
  .mainDepolar .maintitle{
 	line-height: 100px;
 }
  .mainDepolar .maintitle h3 {
 	background: #1ccbba;
 	text-align: center;
 	color: #fff; 
 	font-size: 28px;
 }
 
 .mainDepolar .maintitle h3 a {
 	background: #fff;
 	color: #333;
 	text-align: center;
 	padding: 5px 15px;
 	font-size: 14px;
 	margin-left: 30px;
 }
 .mainDepolar .depolarlist .tran_scaleli{
	display: none;
	/*background: #1ccbba;*/
}
 .mainDepolar .depolarlist .tran_scaleli>a img{opacity: 0;}
	
.mainDepolar .depolarlist .tran_scaleli .tit{top: 0;}
 
 /*热门咨询*/
 
 .mainCons {
 	width: 100%;
 	max-width: 1200px;
 	margin: 0 auto;
 	padding: 0 15px 25px;
 }
 
 .mainCons h3 {
 	padding-top: 15px;
 	margin-bottom: 20px;
 }
 
 .mainCons .consTagList {
 	min-height: 10px;
 	overflow: hidden;
 	padding: 0 10%;
 }
 
 .mainCons .consTagList li {
 	    width: 20%;
    margin: 3px 0 10px;
    color: #333;
    line-height: 30px;
    font-size: 16px;
    float: left;
 }
 
 .mainCons .consTagList li a{
 	padding: 0 2%;
 	color: #333; 	
}
.mainCons .consTagList li a:hover{
	background-image: linear-gradient(to bottom, rgba(255,255,225,0) 70%, #4cd3c5 0);	
}






@media (min-width: 1200px) { 
    /*友情链接*/
    .subMain {
    width: 100%;
    background: #fff;
}
.subMainLayout {
    width: 1200px;
    margin: 0 auto;
}
.subMainLayout .subTitle {
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 20px;
    border-bottom: 1px solid #898989;
}
.subMainInquiryUl {
    padding: 20px;
    min-height: 10px;
    overflow: hidden;
    max-width:1200px;
    margin: 0 auto;
}
.subMainInquiryUl li {
    width: 20%;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline;
}
 	
 }

@media (min-width: 1024px) and (max-width: 1199px){
	/*标题*/
	.mainTitle{font-size:35px;line-height: 55px;}
	/*鱼鳞病常识*/
	.mainKnowledge {width: 100%;}
 	.mainKnowledge .li { width: 31.3%;  margin: 0 1%;	}
	.mainKnowledge .li2 { margin-top: 50px;}
	.mainKnowledge .li1 .oneli {  background-size: contain; }
	.mainKnowledge .li2 .oneli {  background-size: contain; }
	.mainKnowledge .li3 .oneli {  background-size: contain; }
	
	/*品牌故事*/
	.mainBrand{height: auto;padding-bottom: 80px;}
	.mainBrandButtom{width: 96%;max-width: 1100px;padding: 0 2%;margin: 0 auto;	}
	.Brandcen h4 {line-height: 85px;  margin-top: 0px;}
	
	
	/*热点*/
	.Hotspotlist { width: 60%; padding-top: 0;}	
	.Hotspotimg { width: 38%;padding: 0 1%;}	
	.HotspotArea { width: 80%; margin: 0; padding: 50px 0 0 0;}	
	.HotspotVideo {width: 85%; height: auto; margin: -80px 0 0 15%;}
	
	/*专家团队*/
	.mainTeamBottom .box_wheel {
    width: 75%;
    }
	
	
	/*16年专利应用*/
 	.mainPatentBotton .patentul li{line-height: 80px;margin-bottom: 20px;font-size: 18px;}
 	.mainPatentBotton .patentul li a span{width: 45px; height: 45px;}
 	.mainPatentBotton .patentul li a i{top: 21px;}
	
	/*新闻*/
	.mainNews {padding: 55px 2% 0;}	
	.mainNews dl{width: 100%;max-width: 1200px; padding: 0;}
	.mainNews dl dd ul li span{font-size: 14px;}
	.NewsArea{width: 100%;}
	
	
	/*12家诊疗中心*/
	.mainTreatment .mainTitlehide{display:block;}
	.mainTreatment .mainTitleshow{display: none;}	
	.treatListli li{font-size: 14px;}
	.treatListli li a span { width: 30px; height: 30px; margin: 15px 0 0 15px; background: url(../images/index_icon012.png) no-repeat; background-size: contain;}	
	.treaListCen dt img { width: 100%; position:initial; top: 0; left: 0; }
 	
 	
 	.mainDepolar .depolarlist .tit h3{
 		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
 	}
 	.mainDepolar .depolarlist .tit p {
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	}
		
	/*热门咨询*/
	.mainCons{padding: 0;}
	.mainCons .consTagList{padding: 0 4%;}
	.mainCons .consTagList li { width: 24%; margin: 3px 0.5% 10px; line-height: 26px; font-size: 16px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
	
	
    /*友情链接*/
    .subMain {
    width: 100%;
    background: #fff;
}
.subMainLayout {
    width: 1024px;
    margin: 0 auto;
}
.subMainLayout .subTitle {
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 20px;
    border-bottom: 1px solid #898989;
}
.subMainInquiryUl {
    padding: 20px;
    min-height: 10px;
    overflow: hidden;
}
.subMainInquiryUl li {
    width: 20%;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

	
 }

@media (min-width: 980px) and (max-width: 1023px){
	/*标题*/
	.mainTitle{font-size:28px;line-height: 50px;}
		
	/*鱼鳞病常识*/
 	.mainKnowledge {width: 100%; padding: 70px 0; height: auto;}
 	.mainKnowledge .li { width: 31.3%; margin: 0 1%;}
 	.mainKnowledge .li li{line-height: 60px;}
 	.mainKnowledge .li .conul2 li{line-height: 72px;}
 	.mainKnowledge .li .conul3 li {line-height: 52px;}
	.mainKnowledge .li2 { margin-top: 50px;}
	.mainKnowledge .li1 .oneli {  background-size: contain; }
	.mainKnowledge .li2 .oneli {  background-size: contain; }
	.mainKnowledge .li3 .oneli {  background-size: contain; }
	
	/*品牌故事*/
	.mainBrand{height: auto;padding-bottom: 80px;}
	.mainBrandButtom{width: 96%;max-width: 1100px;padding: 0 2%;margin: 0 auto;	}
	.Brandcen h4 {line-height: 85px;  margin-top: 0px;}
	
	
	/*热点*/
	.Hotspotlist { width: 60%; padding-top: 0;}
	
	.Hotspotlist li {line-height: 28px;  margin-bottom: 20px; font-size: 15px;}
	
	.Hotspotimg { width: 38%;padding: 0 1%;}
	
	.HotspotArea { width: 80%; margin: 0; padding: 50px 0 0 0;}
	
	.HotspotVideo {width: 85%; height: auto; margin: -80px 0 0 15%;}
	
	
	/*专家团队*/
	.mainTeamBottom .box_wheel {
    width: 80%;
    }
    
	
	
	/*16年专利应用*/
 	.mainPatentBotton .patentul li{line-height: 80px;margin-bottom: 20px;font-size: 18px;}
 	.mainPatentBotton .patentul li a span{width: 45px; height: 45px;}
 	.mainPatentBotton .patentul li a i{top: 21px;}
	
	
	/*新闻*/
	.mainNews {padding: 55px 2% 0;}	
	.mainNews dl{width: 100%;max-width: 1200px; padding: 0;}
	.mainNews dl dd ul li span{font-size: 14px;}
	.NewsArea{width: 100%;}
	.mainNews dl dd ul li {line-height: 50px;}
	
	/*12家诊疗中心*/
	.mainTreatment .mainTitlehide{display:block;}
	.mainTreatment .mainTitleshow{display: none;}	
	.treatListli li{font-size: 14px;line-height: 50px;}
	.treatListli li a span { width: 25px; height: 25px; margin: 12px 0 0 15px; background: url(../images/index_icon012.png) no-repeat; background-size: contain;}	
	.treaListCen dt img { width: 100%; position:initial; top: 0; left: 0; }
	.treatListli li a i { width: 20px; height: 20px; right: -10px; top: 15px;}
	.treatListli2 li a i { left: -10px;}
    .treaListCen dt {height: auto; padding-bottom: 10px;}
    
	.mainDepolar .depolarlist .tit h3{
 		overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
 	}
 	
 	.mainDepolar .depolarlist .tit p {
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	}
	
	/*热门咨询*/
	.mainCons{padding: 0;}
	.mainCons .consTagList{padding: 0 4%;}
	.mainCons .consTagList li { width: 24%; margin: 3px 0.5% 10px; line-height: 26px; font-size: 16px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
	

     /*友情链接*/
    .subMain {
    width: 100%;
    background: #fff;
}
.subMainLayout {
    width: 900px;
    margin: 0 auto;
}
.subMainLayout .subTitle {
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 20px;
    border-bottom: 1px solid #898989;
}
.subMainInquiryUl {
    padding: 20px;
    min-height: 10px;
    overflow: hidden;
}
.subMainInquiryUl li {
    width: 20%;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
	
}
  

@media (min-width: 768px) and (max-width: 979px) {
	/*标题*/
	.mainTitle{font-size:28px;line-height: 50px;}
	/*鱼鳞病常识*/
	.mainKnowledge {width: 100%; padding: 70px 0; height: auto;}
 	.mainKnowledge .li { width: 31.3%; margin: 0 1%;}
 	.mainKnowledge .li li{line-height: 60px;}
 	.mainKnowledge .li .conul2 li{line-height: 72px;}
 	.mainKnowledge .li .conul3 li {line-height: 52px;} 	
	.mainKnowledge .li2 { margin-top: 50px;}
	.mainKnowledge .li1 .oneli {  background-size: contain; }
	.mainKnowledge .li2 .oneli {  background-size: contain; }
	.mainKnowledge .li3 .oneli {  background-size: contain; }
	
	/*品牌故事*/
	.mainBrand{height: auto;padding-bottom: 80px;}
	.mainBrandButtom{width: 96%;max-width: 1100px;padding: 0 2%;margin: 0 auto;	}
	.Brandcen h4 {line-height: 85px;  margin-top: 0px;overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
	.Brandcen .Brandcentext p { line-height: 24px; font-size: 14px;}
	 
	/*热点*/	
	.mainHotspotBottom{margin: 10px auto 0;}
	.Hotspotlist{width:100%}
	.Hotspotlist li{width: 100%;font-size: 16px;}
	.Hotspotlist li a{-webkit-line-clamp: 1;}
	.Hotspotimg{width: 96%;padding: 0 2%;min-height: 200px;	position: relative;	}
	.HotspotArea{width: 70%;height: auto;padding: 44% 0 20px;  margin: 0;  margin-top: 110px; }
	.HotspotArea dl dt img {  width: 65px;  height: 65px;}
	.HotspotArea dl dd h2 { font-size: 20px; line-height: 45px; }
	.HotspotArea dl dd a{font-size: 14px;}
	.HotspotVideo {	width: 75%;	height: auto; margin: 0px 0 0 25%; position: absolute;top: 0;right: 2%;}
	
	/*医生*/
	.mainTeamBottom ul{max-height: 445px;}
	.mainTeamBottom ul li{width: 282px;display: inline-block;float: none;}
	.mainTeamName { line-height: 40px; }
	.mainTeamBottom .swiperBtn{top: 95%;}
	.mainTeamBottom .swiperBtnLe {left: 40%;}
	.mainTeamBottom .swiperBtnRh { right: 40%;}
	
	/*专家团队*/
	.mainTeamBottom .box_wheel {
    width: 100%;
    }
    .mainTeamBottom ul li{
    	margin: 0 40px;
    }
	
	/*16年专利应用*/
 	.mainPatentBotton .patentul li{line-height: 70px;margin-bottom: 15px;font-size: 15px;}
 	.mainPatentBotton .patentul li a span{width: 35px; height: 35px; margin-left: 15px;}
 	.mainPatentBotton .patentul li a i{top: 21px;right: -14px;width: 30px; height: 30px;}
	
	
	/*新闻*/
	.mainNews {padding: 55px 2% 0;}	
	.mainNews dl{width: 100%;max-width: 1200px; padding: 0;}
	.mainNews .mainNewsTop{padding-bottom: 10px;}
	.mainNews dl dd ul li a{width: 95%;font-size: 15px;}
	.mainNews dl dd ul li span{font-size: 13px;width: 23%;}
	.NewsArea{width: 100%; height: 110px; background: #bde9f4; padding: 35px 0 0 0;}
	.mainNews dl dd ul li {line-height: 44px;}
	.mainNews dl dd h2 {line-height: 30px;font-size: 16px;overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
	
	/*12家诊疗中心*/ 
	.mainTreatment .mainTitlehide{display:block;}
	.mainTreatment .mainTitleshow{display: none;}	
	.treatListli {display: none;}
	.treatListli2{display: block;float: none;width: 95%;min-height: 5px;overflow: hidden;}
	.treatListli2 .treatlihide{display: block;}
	.treatListli2 li{width: 19%;float: left;margin: 3px 0.5%;}
	.treatListli2 li a i{display: none;}
	.treatListli2 .hoverli  a i{display: none;}
	.treatListli li:hover a i{display: none; }
	.treaListCen{width: 95%; margin: 15px auto;float:none;min-height: 10px;overflow: hidden;}
	.treaListCen dt img { width: 100%; position:initial; top: 0; left: 0; }
	.treaListCen dt {height: auto; padding-bottom: 10px;} 
	
	
	/*蜕变者说*/
	.mainDepolar{width: 96%;margin: 0 auto;}
	.mainDepolar .depolarlist li{width: 45%;}
	.mainDepolar .depolarlist li:nth-child(3){margin-left: 8%;}
	.mainDepolar .depolarlist .tran_scaleli{ display: block; }	
	.mainDepolar .depolarlist .tran_scaleli .tit h3{font-size: 22px;width: 65%;height: auto;text-align: left;margin-bottom: 15px;overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;}
	.mainDepolar .depolarlist .tran_scaleli .tit span{background: #fff;color: #333;	width: 40%;	margin: 0 auto;	line-height: 40px;	font-size: 20px;}
	
	.maintitle{display: none;}
	
	/*热门咨询*/
	.mainCons{padding: 0;}
	.mainCons .consTagList{padding: 0 4%;}
	.mainCons .consTagList li { width: 32%; margin: 3px 0.5% 10px; line-height: 26px; font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
	
     /*友情链接*/
    .subMain {
    width: 100%;
    background: #fff;
}
.subMainLayout {
    width: 800px;
    margin: 0 auto;
}
.subMainLayout .subTitle {
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 20px;
    border-bottom: 1px solid #898989;
}
.subMainInquiryUl {
    padding: 20px;
    min-height: 10px;
    overflow: hidden;
}
.subMainInquiryUl li {
    width: 20%;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
}


@media (min-width: 451px) and (max-width: 767px) {
  .swiper3{
    display: none;
  }
  .HotspotVideo{
    width: 100%;
  }
  .HotspotVideo img{
    width: 100%;
  }
	/*下滑*/
	.godown{display: none;}
	
	.mainTitle{font-size:24px;line-height: 45px;padding-top: 0;}
	
	/*鱼鳞病常识*/
	.mainKnowledge {width: 100%; padding: 20px 0; height: auto;}
 	.mainKnowledge .li { width: 96%; margin: 0 auto 15px;float: none;}
 	.mainKnowledge .li li{line-height: 40px;}
 	.mainKnowledge .li .conul2 li{line-height: 40px;}
 	.mainKnowledge .li .conul3 li {line-height: 40px;} 	
	.mainKnowledge .li2 { margin-top: 0;}
	.mainKnowledge .li1 .oneli {  background:none; }
	.mainKnowledge .li2 .oneli {  background:none; }
	.mainKnowledge .li3 .oneli {  background:none; }	
	.mainKnowledge .li .tit{position: relative;}
	.mainKnowledge .li .tit h3{line-height: 45px;height: 45px;    text-align: left; padding: 5px 0; font-size: 18px;}
	.mainKnowledge .li .tit ul{min-height: 5px;overflow: hidden;padding: 0 0px;border: 1px solid #cbcbcb;border-top: none;}
	.mainKnowledge .li .tit ul li{width: 24.5%;margin: 10px auto;float: left; border-right: 1px solid #cbcbcb;border-bottom: none; text-align: center; font-size: 14px;}
	.mainKnowledge .li .tit ul li:nth-child(4){border-right:none;}
	.mainKnowledge .li .tit ul li:last-child{position: absolute;right: 0;top: 0; width: 22%;border-right:none;}
	.mainKnowledge .li li:last-child a{	color: #fff;}
	.mainKnowledge .li li:last-child a span{float: left;margin-right: 3px;} 
	.mainKnowledge .li li:last-child a b{font-size: 8px;float: left;}
	.mainKnowledge .li li:last-child a img{	display: none;}	
	
	/*品牌故事*/
	.mainBrand{height: auto;padding-bottom: 30px;background:#fff;position: relative;}
	.mainBrandButtom{width: 96%;max-width: 1100px;padding: 0 2%;margin: 25px auto 0;background: url(../images/indexImg002.jpg) no-repeat;   background-size:cover;}
	.Brandcenimg {display: none;}	
	.Brandcen{width: 100%;float: none; padding: 0;}
	.BrandcenTop{min-height: 10px;overflow: hidden;    margin-bottom: 10px;position: relative;    padding-top: 10px;}
	.Brandcen .BrandcenTopImg { display: block; width: 100%; }
	.Brandcen .BrandcenTopImg img{width: 100%;}
	
	.Brandcen h4 {width:100%;line-height: 45px; white-space: initial;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; 
		overflow: hidden;color: #fff;  font-size: 24px;	margin-top: 10px;}
	.Brandcen .Brandcentext{ text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;}
	.Brandcen .Brandcentext p { line-height: 30px; font-size: 14px !important; padding: 0 2%;color: #fff;text-overflow: ellipsis; 
		display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;  overflow: hidden; display: none;}
	.Brandcen .Brandcentext p span { font-size: 14px !important;}
	.Brandcen .Brandcentext span{color: #fff !important;font-size: 15px !important;}
    .Brandcen a { border: none;  font-size: 14px;  margin: 25px 0 25px 80%;}
	

	
	/*热点*/
	.mainTitle{font-size:24px}
	.mainHotspotBottom{margin: 10px auto 0;}
	.Hotspotlist{width:100%}
	.Hotspotlist li{width: 100%;font-size: 14px; margin-bottom: 10px; min-height: 40px;}
	.Hotspotlist li a{-webkit-line-clamp: 1;}
	.Hotspotimg{width: 96%;padding: 0 2%;min-height: 200px;	position: relative;	}
	.HotspotArea{width: 70%;height: auto;padding: 35% 0 20px;  margin: 0;  margin-top: 110px; }
	.HotspotArea dl dt img {  width: 65px;  height: 65px;}
	.HotspotArea dl dd h2 { font-size: 20px; line-height: 45px; }
	.HotspotArea dl dd a{font-size: 14px;}
	.HotspotVideo {	width: 75%;	height: auto; margin: 0px 0 0 25%; position: absolute;top: 0;right: 2%;}
	.mainHotspot { 
	    padding-bottom: 30px;
	}
	
	/*医生*/
	.mainTeamBottom ul{max-height: 445px;}
	.mainTeamBottom ul li{width: 282px;display: inline-block;float: none;}
	.mainTeamName { line-height: 40px; }
	.mainTeamBottom .swiperBtn{top: 95%;}
	.mainTeamBottom .swiperBtnLe {left: 40%;}
	.mainTeamBottom .swiperBtnRh { right: 40%;}
	.mainTeam .mainTitleText{
		padding-bottom: 10px;
	}
	
	/*16年专利应用*/
	.mainPatent .mainTitle {font-size: 18px;padding-top: 20px;}
	.mainPatent .mainTitle .mainBrandTitlediv{padding: 0;}
	/*.mainPatent .mainTitle .mainBrandTitlediv span{display: block;width: 96%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}*/
	.mainPatentBotton .patentul{float: none;width: 96%; padding: 0;margin: 15px auto 15px;min-height: 1px; overflow: hidden;}
	.mainPatentBotton .patentul li{width: 48%;line-height: 40px;margin: 10px 1%;float: left;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	.mainPatentBotton .patentul li a span{width: 25px; height: 25px; margin:8px 0 0 5px}
	.mainPatentBotton .patentul li a i{display: none;}
	.mainPatentBotton .patentul .hoverli a i{display: none;}
	.mainPatentBotton .patentul li:hover a i{display: none;}	
	.analysis{width: 92%;margin: 0 auto;float: none;}
	.analysis p {line-height: 26px; margin-bottom: 15px; font-size: 14px; color: #333;}
	
	/*新闻*/
	.mainNews {padding: 55px 2% 0;}	
	.mainNews dl{width: 100%;max-width: 1200px; padding: 0;}
	.mainNews dl dd{width: 100%;}
	.mainNews dl dd .mainNewsTop{padding-bottom: 10px;width: 77%;padding-left: 23%;}	
	.mainNews dl dd .mainNewsTop .mainNewsTag {position: absolute; left: 0;top: 0px; width: 20%;} 
	.mainNews dl dd ul li a{width: 95%;font-size: 15px;}
	.mainNews dl dd ul li span{font-size: 13px;width: 23%;color: #999;}
	.mainNews dl dd ul li {line-height: 44px;}
	.mainNews dl dd h2 {line-height: 30px;font-size: 16px;overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}	
	.mainNews dl dt{width: 100%;padding: 0;position: relative;} 
	.mainNews dl dt .NewsArea{width: 80%;margin: 0;height: 110px;background: #bde9f4; padding: 51% 0 0 0;margin-top: 110px; }	
	.mainNews dl dt .NewsButtom{width: 80%;margin-left: 20%;position: absolute;top: 0;left: 0;}
	
	/*12家诊疗中心*/		
	.mainTreatment{padding-bottom: 0;}
	.mainTreatment .mainTitle{font-size:24px;line-height: 40px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.mainTreatment .mainTitlehide{display: none;}
	.mainTreatment .mainTitleshow{display: block;}
	.treatListli {display: none;}
	.treatListli2{display: block;float: none;width: 95%;min-height: 5px;overflow: hidden;}
	.treatListli2 .treatlihide{display: block;}
	.treatListli2 li{width: 24%;float: left;margin: 3px 0.5%;font-size: 14px;line-height: 40px;}
	.treatListli li a span{ width: 22px;height: 22px; margin: 8px 0 0 5px;background-size: cover;}
	.treatListli2 li a i{display: none !important;}
	.treatListli2 .hoverli  a i{display: none !important;}
	.treatListli li:hover a i{display: none !important; }
	.treaListCen{width: 95%; margin: 15px auto;float:none;min-height: 10px;overflow: hidden;}
	.treaListCen dt img { width: 100%; position:initial; top: 0; left: 0; }
	.treaListCen dt {height: auto; padding-bottom: 0px;width: 55%;} 
	.treaListCen dd{width: 45%;}
	.treaListCen dd h2 {font-size: 22px; margin-top: 15%; line-height: 40px;}
	.treaListCen dd p {line-height: 30px;font-size: 14px;}
	.treaListCen dd .hao { width: 100px;height: 50px; margin: 10px auto 10px; font-size: 30px; line-height: 50px;}
	.treaListCen dd .yuyue { width: 55%; line-height: 30px; font-size: 14px;}
	
	/*蜕变者说*/
	.mainDepolar{width: 96%;margin: 0 auto;}
	.mainDepolar .depolarlist li{width: 45%;}
	.mainDepolar .depolarlist li:nth-child(3){margin-left: 8%;}
	.mainDepolar .depolarlist .tran_scaleli{ display: block; }	
	.mainDepolar .depolarlist .tran_scaleli .tit h3{font-size: 16px;width: 85%;height: auto;text-align: left;margin:2em auto 10px}
	.mainDepolar .depolarlist .tran_scaleli .tit span{background: #fff;color: #333;	width: 60%;	margin: 0 auto;	line-height: 35px;	font-size: 15px;}
	.maintitle{display: none;}
	
	/*热门咨询*/
	.mainCons{padding: 0;}
	.mainCons .consTagList{padding: 0 4%;}
	.mainCons .consTagList li { width: 32%; margin: 3px 0.5% 10px; line-height: 24px; font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
	
	 /*友情链接*/
    .subMain {
        width: 94%;
    padding: 10px 3%;
}
.subMainLayout {
        width: 100%;
}
.subMainLayout .subTitle {
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 20px;
    border-bottom: 1px solid #898989;
}
.subMainInquiryUl {
    padding: 20px;
    min-height: 10px;
    overflow: hidden;
}
.subMainInquiryUl li {
    width: 20%;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

}
 @media (min-width: 600px) and (max-width: 767px) { 	
	.HotspotArea{padding: 40% 0 20px;}
	.mainNews dl dt .NewsArea{padding: 55% 0 0 0;} 	
		.BrandcenTop{ margin-bottom: 20%;}
 }


@media (min-width: 375px) and (max-width: 450px) {
  #mainDepolar .tit{
    display: none;
  }
  .mainDepolar .depolarlist .tran_scaleli>a img{
    opacity: 1;
  }
  .ind_banner img{
    width: 100%;
    height: 100%;
  }
    .mainNews dl dd ul li span{ display: none; }
	/*下滑*/
	.godown{display: none;}
	
	.mainTitle{font-size:24px;line-height: 45px;    padding: 10px 0 0;}
	
	/*鱼鳞病常识*/
	.mainKnowledge {width: 100%; padding:15px 0; height: auto;}
 	.mainKnowledge .li { width: 96%; margin: 0 auto 15px;float: none;box-shadow:none;}
 	.mainKnowledge .li li{line-height: 40px;}
 	.mainKnowledge .li .conul2 li{line-height: 40px;}
 	.mainKnowledge .li .conul3 li {line-height: 40px;} 	
	.mainKnowledge .li2 { margin-top: 0;}
	.mainKnowledge .li1 .oneli {  background:none; }
	.mainKnowledge .li2 .oneli {  background:none; }
	.mainKnowledge .li3 .oneli {  background:none; }	
	.mainKnowledge .li .tit{position: relative;}
	.mainKnowledge .li .tit h3{line-height: 45px;height: 45px;    text-align: left; padding: 5px 0; font-size: 18px;}
	.mainKnowledge .li .tit ul{min-height: 5px;overflow: hidden;padding: 0 0px; border: 1px solid #cbcbcb;border-top: none;box-shadow: 0px 4px 6px #aaa;}
	.mainKnowledge .li .tit ul li{line-height: 22px; width: 33%;margin: 10px auto;float: left; border-right: 1px solid black;border-bottom: none; text-align: center; font-size: 14px;}
	.mainKnowledge .li .tit ul li:nth-child(3){border-right:none;}
	.mainKnowledge .li .tit ul li:last-child{position: absolute;right: 0;top: 0; width: 22%;border-right:none;}
	.mainKnowledge .li li:last-child a{	color: #fff;}
	.mainKnowledge .li li:last-child a span{float: left;margin-right: 3px;} 
	.mainKnowledge .li li:last-child a b{font-size: 8px;float: left;}
	.mainKnowledge .li li:last-child a img{	display: none;}	
	 
	
	
	
	
		
	/*品牌故事*/
	.mainBrand{height: auto;padding-bottom: 15px;background:#fff;position: relative;}
	.mainBrandButtom{width: 96%;max-width: 1100px;padding: 0 2%;margin: 25px auto 0;background: url(../images/indexImg002.jpg) no-repeat;   background-size:cover;}
	.Brandcenimg {display: none;}	
	.Brandcen{width: 100%;float: none; padding: 0;}
	.BrandcenTop{min-height: 10px;overflow: hidden;    margin-bottom: 15px;position: relative; padding-top: 10px;}
	.Brandcen .BrandcenTopImg { display: block; width: 100%;}
	.Brandcen .BrandcenTopImg img{width: 100%;}
	
	.Brandcen h4 {width:100%;line-height: 45px; white-space: initial;  text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; 
		overflow: hidden;color: #fff;font-size: 24px;margin-top: 10px;}
		
	.Brandcen .Brandcentext{ text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;}
	.Brandcen .Brandcentext p {padding:0 2%; line-height: 30px; font-size: 14px;color: #fff;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; 
		-webkit-box-orient: vertical;  overflow: hidden; display:none;}
    .Brandcen .Brandcentext p span{font-size: 14px !important;}
    .Brandcen .Brandcentext span{color: #fff !important;font-size: 15px !important;}
    .Brandcen a { border: none;  font-size: 14px;  margin: 25px 0 25px 80%;}
	
	.swiper3{
    display: block;
  }
	
	/*热点*/ 
	.Hotspotlist{width:100%}
	.Hotspotlist li{width: 100%;font-size: 15px; margin-bottom: 10px; min-height: 40px;}
	.Hotspotlist li a{-webkit-line-clamp: 1;}
	.Hotspotimg{width: 96%;padding: 0 2%;min-height: 200px;	position: relative;	}
	.HotspotArea{width: 100%;height: auto;padding: 100px 0 20px;  margin: 0;  margin-top: 170px; }
	.HotspotArea dl dt img {  width: 65px;  height: 65px;}
	.HotspotArea dl dd h2 { font-size: 20px; line-height: 45px; }
	.HotspotArea dl dd a{font-size: 14px;}
	.HotspotVideo {	width: 96%;	height: auto; top: 0;/*right: 2%;*/margin: 0 auto;}
  .HotspotVideo img{margin-top: 20px;width: 100%;}
	.mainHotspot { padding-bottom: 1px;	}
	
	/*医生*/
	.mainTeamBottom ul{max-height: 445px;}
	.mainTeamBottom ul li{width: 282px;display: block;float: none;height: 415px;}
	.mainTeamName { line-height: 40px; }
	.mainTeamBottom .swiperBtn{top: 95%;}
	.mainTeamBottom .swiperBtnLe {left: 40%;}
	.mainTeamBottom .swiperBtnRh { right: 40%;}
	.mainTeamBottom .box_wheel{width: 100%;}
	.mainTeam .mainTitleText{padding-bottom: 10px;}
	
	/*16年专利应用*/
	.mainPatent .mainTitle {font-size: 26px;padding-top: 0px;}
	.mainTitle .mainBrandTitlediv{padding: 0;width: 100%;}
	.mainPatentBotton .patentul{float: none;width: 98%; padding: 0;margin: 15px auto 5px;min-height: 1px; overflow: hidden;}
	.mainPatentBotton .patentul li{width: 48%;line-height: 40px;margin: 10px 0%;float: left;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
	.mainPatentBotton .patentul li a span{width: 25px; height: 25px; margin:8px 0 0 5px}
	.mainPatentBotton .patentul li a i{display: none;}
	.mainPatentBotton .patentul .hoverli a i{display: none;}
	.mainPatentBotton .patentul li:hover a i{display: none;}	
	.analysis{width: 92%;margin: 0 auto;float: none;}
	.analysis p { line-height: 22px; margin-bottom: 15px; font-size: 14px;}
	.analysis a { font-size: 14px;}
	
	/*新闻*/
	.mainNews {padding: 30px 2% 0;}	
	.mainNews dl{width: 100%;max-width: 1200px; padding: 0;}
	.mainNews dl dd{width: 100%;}
	.mainNews dl dd .mainNewsTop{padding-bottom: 10px;width: 77%;padding-left: 23%;}	
	.mainNews dl dd .mainNewsTop .mainNewsTag {position: absolute; left: 0;top: 0px; width: 20%;} 
	.mainNews dl dd ul li a{width: 95%;font-size: 15px;}
	.mainNews dl dd ul li span{font-size: 13px;width: 23%;color: #999;}
	.mainNews dl dd ul li {line-height: 44px;}
	.mainNews dl dd h2 {line-height: 30px;font-size: 16px;overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}	
	.mainNews dl dt{width: 100%;padding: 0;position: relative;} 
	.mainNews dl dt .NewsArea{/*width: 80%;margin: 0;height: 110px;*/background: #bde9f4; padding: 45% 0 0 0;margin-top: 130px; }	
	.mainNews dl dt .NewsButtom{/*width: 80%;margin-left: 20%;*/position: absolute;top: 0;left: 0;}	
	
	/*12家诊疗中心*/		
	.mainTreatment{padding-bottom: 0;}
	.mainTreatment .mainTitle{font-size:22px;line-height: 40px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
	.mainTreatment .mainTitlehide{display: none;}
	.mainTreatment .mainTitleshow{display: block;}
	.treatListli {display: none;}
	.treatListli2{display: block;float: none;width: 95%;min-height: 5px;overflow: hidden;}
	.treatListli2 .treatlihide{display: block;}
	.treatListli2 li{width: 24%;float: left;margin: 3px 0.5%;font-size: 13px;line-height: 40px;}
	.treatListli li a span{ width: 22px;height: 22px; margin: 8px 0 0 5px;background-size: cover;}
	.treatListli2 li a i{display: none !important;}
	.treatListli2 .hoverli  a i{display: none !important;}
	.treatListli li:hover a i{display: none !important; }
	.treaListCen{width: 95%; margin: 15px auto;float:none;min-height: 10px;overflow: hidden;}
	.treaListCen dt img { width: 100%; position:initial; top: 0; left: 0; }
	.treaListCen dt {height: auto; padding-bottom: 0px;width: 55%;} 
	.treaListCen dd{width: 45%;}
	.treaListCen dd h2 {font-size: 22px; margin-top: 10%; line-height: 40px;}
	.treaListCen dd p {line-height: 30px;font-size: 13px;}
	.treaListCen dd .treaListp2{margin-bottom: 5px;}
	.treaListCen dd .hao { width: 70px;height: 50px; margin: 0px auto 15px; font-size: 30px; line-height: 50px;}
	.treaListCen dd .yuyue { width: 60%; line-height: 26px; font-size: 14px;}
	.mainTreatment .mainTreatmentlist{
		margin: 20px auto;
	}
	
	/*蜕变者说*/
	.mainDepolar{width: 98%;margin: 0 auto;}
	.mainDepolar .depolarlist li{width: 46%;}
  .mainDepolar .depolarlist li:nth-child(3){margin-left: 6%;}
  .mainDepolar .depolarlist li:nth-child(1){margin-left: 2%;}
	.mainDepolar .depolarlist li:nth-child(5){margin-left: 2%;}
	.mainDepolar .depolarlist .tran_scaleli{ display: block; }	
	.mainDepolar .depolarlist .tran_scaleli .tit h3{font-size: 14px;width: 85%;height: auto;text-align: left;margin:2em auto 10px}
	.mainDepolar .depolarlist .tran_scaleli .tit span{background: #fff;color: #333;	width: 60%;	margin: 0 auto;	line-height: 35px;	font-size: 13px;}
	.maintitle{display: none;}
	
	/*热门咨询*/
	.mainCons{padding: 0;}
	.mainCons .consTagList{padding: 0 4%;}
	.mainCons .consTagList li { width: 32%; margin: 3px 0.5% 10px; line-height: 24px; font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
	
/*友情链接*/
    .subMain {
        width: 94%;
    padding: 10px 3%;
}
.subMainLayout {
        width: 100%;
}
.subMainLayout .subTitle {
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 20px;
    border-bottom: 1px solid #898989;
}
.subMainInquiryUl {
    padding: 20px;
    min-height: 10px;
    overflow: hidden;
}
.subMainInquiryUl li {
    width: 20%;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline;
}
    
}

@media (min-width: 360px) and (max-width: 374px) {
	 #mainDepolar .tit{
    display: none;
  }
  .mainDepolar .depolarlist .tran_scaleli>a img{
    opacity: 1;
  }
  .ind_banner img{
    width: 100%;
    height: 100%;
  }
     .mainNews dl dd ul li span{ display: none; }
  /*下滑*/
  .godown{display: none;}
  
  .mainTitle{font-size:24px;line-height: 45px;    padding: 10px 0 0;}
  
  /*鱼鳞病常识*/
  .mainKnowledge {width: 100%; padding:15px 0; height: auto;}
  .mainKnowledge .li { width: 96%; margin: 0 auto 15px;float: none;box-shadow:none;}
  .mainKnowledge .li li{line-height: 40px;}
  .mainKnowledge .li .conul2 li{line-height: 40px;}
  .mainKnowledge .li .conul3 li {line-height: 40px;}  
  .mainKnowledge .li2 { margin-top: 0;}
  .mainKnowledge .li1 .oneli {  background:none; }
  .mainKnowledge .li2 .oneli {  background:none; }
  .mainKnowledge .li3 .oneli {  background:none; }  
  .mainKnowledge .li .tit{position: relative;}
  .mainKnowledge .li .tit h3{line-height: 45px;height: 45px;    text-align: left; padding: 5px 0; font-size: 18px;}
  .mainKnowledge .li .tit ul{min-height: 5px;overflow: hidden;padding: 0 0px; border-top: none;box-shadow: 0px 4px 6px #aaa;}
  .mainKnowledge .li .tit ul li{line-height: 22px; width: 33%;margin: 10px auto;float: left; border-right: 1px solid black;border-bottom: none; text-align: center; font-size: 14px;}
  .mainKnowledge .li .tit ul li:nth-child(3){border-right:none;}
  .mainKnowledge .li .tit ul li:last-child{position: absolute;right: 0;top: 0; width: 22%;border-right:none;}
  .mainKnowledge .li li:last-child a{ color: #fff;}
  .mainKnowledge .li li:last-child a span{float: left;margin-right: 3px;} 
  .mainKnowledge .li li:last-child a b{font-size: 8px;float: left;}
  .mainKnowledge .li li:last-child a img{ display: none;} 
   
  
  
  
  
    
  /*品牌故事*/
  .mainBrand{height: auto;padding-bottom: 15px;background:#fff;position: relative;}
  .mainBrandButtom{width: 96%;max-width: 1100px;padding: 0 2%;margin: 25px auto 0;background: url(../images/indexImg002.jpg) no-repeat;   background-size:cover;}
  .Brandcenimg {display: none;} 
  .Brandcen{width: 100%;float: none; padding: 0;}
  .BrandcenTop{min-height: 10px;overflow: hidden;    margin-bottom: 15px;position: relative; padding-top: 10px;}
  .Brandcen .BrandcenTopImg { display: block; width: 100%;}
  .Brandcen .BrandcenTopImg img{width: 100%;}
  
  .Brandcen h4 {width:100%;line-height: 45px; white-space: initial;  text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; 
    overflow: hidden;color: #fff;font-size: 24px;margin-top: 10px;}
    
  .Brandcen .Brandcentext{ text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;}
  .Brandcen .Brandcentext p {padding:0 2%; line-height: 30px; font-size: 14px;color: #fff;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical;  overflow: hidden; display:none;}
    .Brandcen .Brandcentext p span{font-size: 14px !important;}
    .Brandcen .Brandcentext span{color: #fff !important;font-size: 15px !important;}
    .Brandcen a { border: none;  font-size: 14px;  margin: 25px 0 25px 80%;}
  
    .swiper3{
    display: block;
  }
  
  /*热点*/ 
  .Hotspotlist{width:100%}
  .Hotspotlist li{width: 100%;font-size: 15px; margin-bottom: 10px; min-height: 40px;}
  .Hotspotlist li a{-webkit-line-clamp: 1;}
  .Hotspotimg{width: 96%;padding: 0 2%;min-height: 200px; position: relative; }
  .HotspotArea{width: 100%;height: auto;padding: 100px 0 20px;  margin: 0;  margin-top: 170px; }
  .HotspotArea dl dt img {  width: 65px;  height: 65px;}
  .HotspotArea dl dd h2 { font-size: 20px; line-height: 45px; }
  .HotspotArea dl dd a{font-size: 14px;}
  .HotspotVideo { width: 96%; height: auto; top: 0;/*right: 2%;*/margin: 0 auto;}
  .HotspotVideo img{margin-top: 20px;width: 100%;}
  .mainHotspot { padding-bottom: 1px; }
  
  /*医生*/
  .mainTeamBottom ul{max-height: 445px;}
  .mainTeamBottom ul li{width: 282px;display: block;float: none;height: 415px;}
  .mainTeamName { line-height: 40px; }
  .mainTeamBottom .swiperBtn{top: 95%;}
  .mainTeamBottom .swiperBtnLe {left: 40%;}
  .mainTeamBottom .swiperBtnRh { right: 40%;}
  .mainTeamBottom .box_wheel{width: 100%;}
  .mainTeam .mainTitleText{padding-bottom: 10px;}
  
  /*16年专利应用*/
  .mainPatent .mainTitle {font-size: 26px;padding-top: 0px;}
  .mainTitle .mainBrandTitlediv{padding: 0;width: 100%;}
  .mainPatentBotton .patentul{float: none;width: 98%; padding: 0;margin: 15px auto 0px;min-height: 1px; overflow: hidden;}
  .mainPatentBotton .patentul li{width: 48%;line-height: 40px;margin: 10px 1%;float: left;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
  .mainPatentBotton .patentul li a span{width: 25px; height: 25px; margin:8px 0 0 5px}
  .mainPatentBotton .patentul li a i{display: none;}
  .mainPatentBotton .patentul .hoverli a i{display: none;}
  .mainPatentBotton .patentul li:hover a i{display: none;}  
  .analysis{width: 92%;margin: 0 auto;float: none;}
  .analysis p { line-height: 22px; margin-bottom: 15px; font-size: 14px;}
  .analysis a { font-size: 14px;}
  
  /*新闻*/
  .mainNews {padding: 30px 2% 0;} 
  .mainNews dl{width: 100%;max-width: 1200px; padding: 0;}
  .mainNews dl dd{width: 100%;}
  .mainNews dl dd .mainNewsTop{padding-bottom: 10px;width: 77%;padding-left: 23%;}  
  .mainNews dl dd .mainNewsTop .mainNewsTag {position: absolute; left: 0;top: 0px; width: 20%;} 
  .mainNews dl dd ul li a{width: 95%;font-size: 15px;}
  .mainNews dl dd ul li span{font-size: 13px;width: 23%;color: #999;}
  .mainNews dl dd ul li {line-height: 44px;}
  .mainNews dl dd h2 {line-height: 30px;font-size: 16px;overflow: hidden; white-space: nowrap; text-overflow:ellipsis;} 
  .mainNews dl dt{width: 100%;padding: 0;position: relative;} 
  .mainNews dl dt .NewsArea{/*width: 80%;margin: 0;height: 110px;*/background: #bde9f4; padding: 45% 0 0 0;margin-top: 130px; } 
  .mainNews dl dt .NewsButtom{/*width: 80%;margin-left: 20%;*/position: absolute;top: 0;left: 0;} 
  
  /*12家诊疗中心*/   
  .mainTreatment{padding-bottom: 0;}
  .mainTreatment .mainTitle{font-size:22px;line-height: 40px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
  .mainTreatment .mainTitlehide{display: none;}
  .mainTreatment .mainTitleshow{display: block;}
  .treatListli {display: none;}
  .treatListli2{display: block;float: none;width: 95%;min-height: 5px;overflow: hidden;}
  .treatListli2 .treatlihide{display: block;}
  .treatListli2 li{width: 24%;float: left;margin: 3px 0.5%;font-size: 13px;line-height: 40px;}
  .treatListli li a span{ width: 22px;height: 22px; margin: 8px 0 0 5px;background-size: cover;}
  .treatListli2 li a i{display: none !important;}
  .treatListli2 .hoverli  a i{display: none !important;}
  .treatListli li:hover a i{display: none !important; }
  .treaListCen{width: 95%; margin: 15px auto;float:none;min-height: 10px;overflow: hidden;}
  .treaListCen dt img { width: 100%; position:initial; top: 0; left: 0; }
  .treaListCen dt {height: auto; padding-bottom: 0px;width: 55%;} 
  .treaListCen dd{width: 45%;}
  .treaListCen dd h2 {font-size: 22px; margin-top: 10%; line-height: 40px;}
  .treaListCen dd p {line-height: 30px;font-size: 13px;}
  .treaListCen dd .treaListp2{margin-bottom: 5px;}
  .treaListCen dd .hao { width: 70px;height: 50px; margin: 0px auto 15px; font-size: 30px; line-height: 50px;}
  .treaListCen dd .yuyue { width: 60%; line-height: 26px; font-size: 14px;}
  .mainTreatment .mainTreatmentlist{
    margin: 20px auto;
  }
  
  /*蜕变者说*/
  .mainDepolar{width: 98%;margin: 0 auto;}
  .mainDepolar .depolarlist li{width: 46%;}
  .mainDepolar .depolarlist li:nth-child(3){margin-left: 6%;}
  .mainDepolar .depolarlist li:nth-child(1){margin-left: 2%;}
  .mainDepolar .depolarlist li:nth-child(5){margin-left: 2%;}
  .mainDepolar .depolarlist .tran_scaleli{ display: block; }  
  .mainDepolar .depolarlist .tran_scaleli .tit h3{font-size: 14px;width: 85%;height: auto;text-align: left;margin:2em auto 10px}
  .mainDepolar .depolarlist .tran_scaleli .tit span{background: #fff;color: #333; width: 60%; margin: 0 auto; line-height: 35px;  font-size: 13px;}
  .maintitle{display: none;}
  
  /*热门咨询*/
  .mainCons{padding: 0;}
  .mainCons .consTagList{padding: 0 4%;}
  .mainCons .consTagList li { width: 32%; margin: 3px 0.5% 10px; line-height: 24px; font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}

/*友情链接*/
    .subMain {
        width: 94%;
    padding: 10px 3%;
}
.subMainLayout {
        width: 100%;
}
.subMainLayout .subTitle {
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 20px;
    border-bottom: 1px solid #898989;
}
.subMainInquiryUl {
    padding: 20px;
    min-height: 10px;
    overflow: hidden;
}
.subMainInquiryUl li {
    width: 20%;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

}

@media (min-width: 320px) and (max-width: 359px) {
    .swiper3{
    display: block;
  }
	 #mainDepolar .tit{
    display: none;
  }
  .mainDepolar .depolarlist .tran_scaleli>a img{
    opacity: 1;
  }
  .ind_banner img{
    width: 100%;
    height: 100%;
  }
     .mainNews dl dd ul li span{ display: none; }
  /*下滑*/
  .godown{display: none;}
  
  .mainTitle{font-size:24px;line-height: 45px;    padding: 10px 0 0;}
  
  /*鱼鳞病常识*/
  .mainKnowledge {width: 100%; padding:15px 0; height: auto;}
  .mainKnowledge .li { width: 96%; margin: 0 auto 15px;float: none;box-shadow:none;}
  .mainKnowledge .li li{line-height: 40px;}
  .mainKnowledge .li .conul2 li{line-height: 40px;}
  .mainKnowledge .li .conul3 li {line-height: 40px;}  
  .mainKnowledge .li2 { margin-top: 0;}
  .mainKnowledge .li1 .oneli {  background:none; }
  .mainKnowledge .li2 .oneli {  background:none; }
  .mainKnowledge .li3 .oneli {  background:none; }  
  .mainKnowledge .li .tit{position: relative;}
  .mainKnowledge .li .tit h3{line-height: 45px;height: 45px;    text-align: left; padding: 5px 0; font-size: 18px;}
  .mainKnowledge .li .tit ul{min-height: 5px;overflow: hidden;padding: 0 0px; border: 1px solid #cbcbcb;border-top: none;box-shadow: 0px 4px 6px #aaa;}
  .mainKnowledge .li .tit ul li{line-height: 24px; width: 33%;margin: 10px auto;float: left; border-right: 1px solid black;border-bottom: none; text-align: center; font-size: 14px;}
  .mainKnowledge .li .tit ul li img{margin: auto;}
  .mainKnowledge .li .tit ul li:nth-child(3){border-right:none;}
  .mainKnowledge .li .tit ul li:last-child{position: absolute;right: 0;top: 0; width: 22%;border-right:none;}
  .mainKnowledge .li li:last-child a{ color: #fff;}
  .mainKnowledge .li li:last-child a span{float: left;margin-right: 3px;} 
  .mainKnowledge .li li:last-child a b{font-size: 8px;float: left;}
  .mainKnowledge .li li:last-child a img{ display: none;} 
   
  
  
  
  
    
  /*品牌故事*/
  .mainBrand{height: auto;padding-bottom: 15px;background:#fff;position: relative;}
  .mainBrandButtom{width: 96%;max-width: 1100px;padding: 0 2%;margin: 25px auto 0;background: url(../images/indexImg002.jpg) no-repeat;   background-size:cover;}
  .Brandcenimg {display: none;} 
  .Brandcen{width: 100%;float: none; padding: 0;}
  .BrandcenTop{min-height: 10px;overflow: hidden;    margin-bottom: 15px;position: relative; padding-top: 10px;}
  .Brandcen .BrandcenTopImg { display: block; width: 100%;}
  .Brandcen .BrandcenTopImg img{width: 100%;}
  
  .Brandcen h4 {width:100%;line-height: 45px; white-space: initial;  text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; 
    overflow: hidden;color: #fff;font-size: 24px;margin-top: 10px;}
    
  .Brandcen .Brandcentext{ text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;}
  .Brandcen .Brandcentext p {padding:0 2%; line-height: 30px; font-size: 14px;color: #fff;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; 
    -webkit-box-orient: vertical;  overflow: hidden; display:none;}
    .Brandcen .Brandcentext p span{font-size: 14px !important;}
    .Brandcen .Brandcentext span{color: #fff !important;font-size: 15px !important;}
    .Brandcen a { border: none;  font-size: 14px;  margin: 25px 0 25px 80%;}
  
  
  
  /*热点*/ 
  .Hotspotlist{width:100%}
  .Hotspotlist li{width: 100%;font-size: 15px; margin-bottom: 10px; min-height: 40px;}
  .Hotspotlist li a{-webkit-line-clamp: 1;}
  .Hotspotimg{width: 96%;padding: 0 2%;min-height: 200px; position: relative; }
  .HotspotArea{width: 100%;height: auto;padding: 100px 0 20px;  margin: 0;  margin-top: 170px; }
  .HotspotArea dl dt img {  width: 65px;  height: 65px;}
  .HotspotArea dl dd h2 { font-size: 20px; line-height: 45px; }
  .HotspotArea dl dd a{font-size: 14px;}
  .HotspotVideo { width: 96%; height: auto; top: 0;/*right: 2%;*/margin: 0 auto;}
  .HotspotVideo img{margin-top: 20px;width: 100%;}
  .mainHotspot { padding-bottom: 1px; }
  
  /*医生*/
  .mainTeamBottom ul{max-height: 445px;}
  .mainTeamBottom ul li{width: 282px;display: block;float: none;height: 415px;}
  .mainTeamName { line-height: 40px; }
  .mainTeamBottom .swiperBtn{top: 95%;}
  .mainTeamBottom .swiperBtnLe {left: 40%;}
  .mainTeamBottom .swiperBtnRh { right: 40%;}
  .mainTeamBottom .box_wheel{width: 100%;}
  .mainTeam .mainTitleText{padding-bottom: 10px;}
  
  /*16年专利应用*/
  .mainPatent .mainTitle {font-size: 26px;padding-top: 0px;}
  .mainTitle .mainBrandTitlediv{padding: 0;width: 100%;}
  .mainPatentBotton .patentul{float: none;width: 96%; padding: 0;margin: 15px auto 15px;min-height: 1px; overflow: hidden;}
  .mainPatentBotton .patentul li{width: 48%;line-height: 40px;margin: 10px 1%;float: left;font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
  .mainPatentBotton .patentul li a span{width: 25px; height: 25px; margin:8px 0 0 5px}
  .mainPatentBotton .patentul li a i{display: none;}
  .mainPatentBotton .patentul .hoverli a i{display: none;}
  .mainPatentBotton .patentul li:hover a i{display: none;}  
  .analysis{width: 92%;margin: 0 auto;float: none;}
  .analysis p { line-height: 22px; margin-bottom: 15px; font-size: 14px;}
  .analysis a { font-size: 14px;}
  
  /*新闻*/
  .mainNews {padding: 30px 2% 0;} 
  .mainNews dl{width: 100%;max-width: 1200px; padding: 0;}
  .mainNews dl dd{width: 100%;}
  .mainNews dl dd .mainNewsTop{padding-bottom: 10px;width: 77%;padding-left: 23%;}  
  .mainNews dl dd .mainNewsTop .mainNewsTag {position: absolute; left: 0;top: 0px; width: 20%;} 
  .mainNews dl dd ul li a{width: 95%;font-size: 15px;}
  .mainNews dl dd ul li span{font-size: 13px;width: 23%;color: #999;}
  .mainNews dl dd ul li {line-height: 44px;}
  .mainNews dl dd h2 {line-height: 30px;font-size: 16px;overflow: hidden; white-space: nowrap; text-overflow:ellipsis;} 
  .mainNews dl dt{width: 100%;padding: 0;position: relative;} 
  .mainNews dl dt .NewsArea{/*width: 80%;margin: 0;height: 110px;*/background: #bde9f4; padding: 45% 0 0 0;margin-top: 130px; } 
  .mainNews dl dt .NewsButtom{/*width: 80%;margin-left: 20%;*/position: absolute;top: 0;left: 0;} 
  
  /*12家诊疗中心*/   
  .mainTreatment{padding-bottom: 0;}
  .mainTreatment .mainTitle{font-size:22px;line-height: 40px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
  .mainTreatment .mainTitlehide{display: none;}
  .mainTreatment .mainTitleshow{display: block;}
  .treatListli {display: none;}
  .treatListli2{display: block;float: none;width: 95%;min-height: 5px;overflow: hidden;}
  .treatListli2 .treatlihide{display: block;}
  .treatListli2 li{width: 24%;float: left;margin: 3px 0.5%;font-size: 13px;line-height: 40px;}
  .treatListli li a span{ width: 22px;height: 22px; margin: 8px 0 0 5px;background-size: cover;}
  .treatListli2 li a i{display: none !important;}
  .treatListli2 .hoverli  a i{display: none !important;}
  .treatListli li:hover a i{display: none !important; }
  .treaListCen{width: 95%; margin: 15px auto;float:none;min-height: 10px;overflow: hidden;}
  .treaListCen dt img { width: 100%; position:initial; top: 0; left: 0; }
  .treaListCen dt {height: auto; padding-bottom: 0px;width: 55%;} 
  .treaListCen dd{width: 45%;}
  .treaListCen dd h2 {font-size: 22px; margin-top: 10%; line-height: 40px;}
  .treaListCen dd p {line-height: 30px;font-size: 13px;}
  .treaListCen dd .treaListp2{margin-bottom: 5px;}
  .treaListCen dd .hao { width: 70px;height: 50px; margin: 0px auto 15px; font-size: 30px; line-height: 50px;}
  .treaListCen dd .yuyue { width: 60%; line-height: 26px; font-size: 14px;}
  .mainTreatment .mainTreatmentlist{
    margin: 20px auto;
  }
  
  /*蜕变者说*/
  .mainDepolar{width: 98%;margin: 0 auto;}
  .mainDepolar .depolarlist li{width: 46%;}
  .mainDepolar .depolarlist li:nth-child(3){margin-left: 6%;}
  .mainDepolar .depolarlist li:nth-child(1){margin-left: 2%;}
  .mainDepolar .depolarlist li:nth-child(5){margin-left: 2%;}
  .mainDepolar .depolarlist .tran_scaleli{ display: block; }  
  .mainDepolar .depolarlist .tran_scaleli .tit h3{font-size: 14px;width: 85%;height: auto;text-align: left;margin:2em auto 10px}
  .mainDepolar .depolarlist .tran_scaleli .tit span{background: #fff;color: #333; width: 60%; margin: 0 auto; line-height: 35px;  font-size: 13px;}
  .maintitle{display: none;}
  
  /*热门咨询*/
  .mainCons{padding: 0;}
  .mainCons .consTagList{padding: 0 4%;}
  .mainCons .consTagList li { width: 32%; margin: 3px 0.5% 10px; line-height: 24px; font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}

	/*友情链接*/
    .subMain {
        width: 94%;
    padding: 10px 3%;
}
.subMainLayout {
        width: 100%;
}
.subMainLayout .subTitle {
    height: 60px;
    line-height: 60px;
    color: #333;
    font-size: 20px;
    border-bottom: 1px solid #898989;
}
.subMainInquiryUl {
    padding: 20px;
    min-height: 10px;
    overflow: hidden;
}
.subMainInquiryUl li {
    width: 20%;
    line-height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
} 



@media (min-width: 300px) and (max-width: 672px){
  .mainPatentBotton .patentul .hoverli a span,
   .mainPatentBotton .patentul li a .hoverlispan1,
  .mainPatentBotton .patentul li a .hoverlispan2,
  .mainPatentBotton .patentul li a .hoverlispan3,
  .mainPatentBotton .patentul li a .hoverlispan4{ display: none; }



  }